+2005-07-14 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Set interface age to 0.
+
+ * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
+ by Akira Tagoh.
+
2005-07-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
+2005-07-14 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Set interface age to 0.
+
+ * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
+ by Akira Tagoh.
+
2005-07-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
+2005-07-14 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Set interface age to 0.
+
+ * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
+ by Akira Tagoh.
+
2005-07-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
m4_define([gtk_micro_version], [3])
m4_define([gtk_version],
[gtk_major_version.gtk_minor_version.gtk_micro_version])
-m4_define([gtk_interface_age], [1])
+m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
# This is the X.Y used in -lgtk-FOO-X.Y
#define __GTK_IM_MODULE_H__
-G_BEGIN_DECLS
-
-
#include <gtk/gtkimcontext.h>
+G_BEGIN_DECLS
+
typedef struct _GtkIMContextInfo GtkIMContextInfo;
struct _GtkIMContextInfo